=========================
 TeeChart Pro ActiveX
  Visual C++ Examples
=========================

The VCExample folder includes examples
of TeeChart Pro ActiveX projects for Visual C++.

The TeeChartdefines file may be included in your 
projects for use of TeeChart constants by name.

With Visual C++, To open the project, open the 
WorkSpace file in each directory:

eg.
  VCExample\VCExample.dsw


Notes regarding Visual C++:
----------------------------

When you use the Visual C++ ClassWizard to add
a member variable for a TeeChart ActiveX control,
Visual C++ auto-generates all *.cpp and header *.h
files for all TeeChart Pro's classes and interfaces.

To enable TeeChart events and custom canvas code, 
non-statically linked projects must be run in 'Release' 
mode not 'Debug' mode.
----------------------------------------------------
